MPRemoteProcedure

When calling the MPRemoteCall function the remote procedure call (that is, the application-defined function) you want to designate must have the following type definition:

typedef void* (*MPRemoteProcedure)(void *parameter); See MyRemoteProcedure for more information about how to implement the application-defined function.

VERSION NOTES
Introduced with Multiprocessing Services 2.0.


© 1999 Apple Computer, Inc. – (Last Updated 17 Nov 99)